home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / display / function / testcase / test15.cmd < prev    next >
Encoding:
Text File  |  1994-08-04  |  545 b   |  24 lines

  1. /**/
  2. 'cls'
  3. Say     " "
  4. Say     "*******************************************************************"
  5. Say     "           Name: Test Case 15"
  6. Say     " "
  7. Say     "           Program: COLOR POINT"
  8. Say     " "
  9. Say     " "
  10. Say     "           Please refer to test15.doc for more"
  11. Say     "           information on what this test case does."
  12. Say     " "
  13. Say     "*******************************************************************"
  14.  
  15. '@echo off'
  16. Pause
  17. 'cd ..'
  18. 'cd colorpt'
  19. 'call colorpt'
  20. 'cd ..'
  21. 'cd testcase'
  22. '@echo on'
  23. EXIT
  24.